treeview: Ensure the event is consumed on ::row-activate
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 2 Jun 2014 15:47:10 +0000 (17:47 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 2 Jun 2014 16:38:25 +0000 (18:38 +0200)
commite1c425a24dedc05d65a6ea3405285fd8388c8656
tree3f879514a7410e653ba5c1d5cab1fe906a533760
parent541ed65a51ce4b389f19cdd942d117d90fe0a0b2
treeview: Ensure the event is consumed on ::row-activate

Otherwise the event is possibly handled, but still propagated further anyway.
Ensure the event is consumed by claiming the current sequence on the
GtkGestureMultiPress::pressed handler.
gtk/gtktreeview.c